home *** CD-ROM | disk | FTP | other *** search
/ Champak 123 / (Vol 123) Jan 13 2011.iso / Games / check.swf / scripts / DefineButton2_23 / BUTTONCONDACTION on(release).as
Text File  |  2011-01-13  |  179b  |  13 lines

  1. on(release){
  2.    if(_root.sunet == 0)
  3.    {
  4.       _root.sunet = 1;
  5.       _root.son.start(0,100);
  6.    }
  7.    else
  8.    {
  9.       _root.sunet = 0;
  10.       _root.son.stop();
  11.    }
  12. }
  13.